Spread Silverlight Documentation
NotifyCollectionBase<T> Class Members
Fields  Properties  Methods  Events


GrapeCity.Windows.SpreadSheet.Data Namespace : NotifyCollectionBase<T> Class

The following tables list the members exposed by NotifyCollectionBase<T>.

Protected Fields
 NameDescription
Protected Field The items.  
Top
Public Properties
 NameDescription
Public Property Gets the number of elements contained in the collection.  
Public Property Gets a value that indicates whether the collection is read-only.  
Public Property Gets or sets the item at the specified index.  
Top
Protected Properties
 NameDescription
Protected Property Gets the items of the collection.  
Top
Public Methods
 NameDescription
Public Method Adds the specified item.  
Public Method Adds the items in the specified collection to the end of the collection.  
Public Method Removes all items from this collection.  
Public Method Determines whether the collection contains a specified item.  
Public Method Copies all the items in the current collection to the specified array starting at the specified destination index.  
Public Method Returns an enumerator that iterates through the collection.  
Public Method Finds the index for a specified item.  
Public Method Inserts an item at a specified index.  
Public Method Removes the specified item from the collection.  
Public Method Removes the item at the specified index.  
Public Method Resumes the collection Changed event.  
Public Method Suspends the collection Changed event.  
Public Method Converts the collection to an array.  
Top
Protected Methods
 NameDescription
Protected Method Clears the internal.  
Protected Method Raises the PropertyChanged event.  
Top
Public Events
 NameDescription
Public Event Occurs when the items list of the collection has changed or the collection is reset.  
Public Event Occurs when a property value changes.  
Top
See Also

Reference

NotifyCollectionBase<T> Class
GrapeCity.Windows.SpreadSheet.Data Namespace